home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / ibm2hpj.arc / IBM2HPJ.DOC < prev    next >
Encoding:
Text File  |  1986-06-09  |  3.8 KB  |  119 lines

  1. IBM2HPJ
  2. =======
  3.  
  4.                       IBM2HPJ Version 1.01
  5.                       --------------------
  6.  
  7.                  by Sally Sheridan & Mark Lewis
  8.  
  9.                           June, 1986
  10.  
  11.    IBM2HPJ is a small program, non-resident, that when used with
  12.    a program that writes IBM Graphics Printer output to a file, may be
  13.    used to print that file on a Hewlett-Packard Laserjet printer.
  14.    It was written as a response to the overpriced commercial software
  15.    that allows the LaserJet to emulate an IBM Graphics Printer.
  16.    IBM2HPJ is not a full emulation.  It supports only graphics written
  17.    for the IBM Graphics Printer using that device's lowest density.
  18.    Higher densities are not possible with the standard LaserJet.  Should
  19.    we get access to a LaserJet Plus we will rewrite IBM2HPJ for support
  20.    of higher density emulations.
  21.  
  22. Contents of the Distribution:
  23. -------- -- --- -------------
  24.  
  25.   IBM2HPJ.ARC contains the following files.
  26.  
  27.   IBM2HPJ.DOC -- this file.
  28.   IBM2HPJ.COM -- the executable version of IBM2HPJ.
  29.   LPTX.COM    -- Mark DiVecchio's LPT Redirect program
  30.   LPTX.DOC    -- Mark DiVecchio's Documentation for LPTX.
  31.   PAINT.BAT   -- A sample Batch file that runs PC PAint Plus
  32.                  with "Spooled" Graphics output to the HP Laserjet.
  33.  
  34.  
  35. Preparing and using PC Paint Plus with IBM2HPJ:
  36. --------- --- ----- -- ----- ---- ---- --------
  37.  
  38.   1.  Before you can use IBM2HPJ you must install the PC PAINT PLUS
  39.       PRTDRV for the IBM Graphics Printer.  Follow the PC PAINT PLUS
  40.       instructions for using INSTALL.COM or INSTPRT.COM.
  41.  
  42.   2.  Install LPTX using the following command:
  43.  
  44.         LPTX -1 O PAINT.LST
  45.  
  46.       This command redirects all output intended for LPT1 to a file
  47.       named PCPAINT.LST in the current directory.
  48.  
  49.   3.  Load the PC Paint Plus PRTDRV via:
  50.  
  51.         PRTDRV
  52.  
  53.   4.  Execute PC PAINT PLUS via:
  54.  
  55.         PCPAINT /O
  56.  
  57.   5.  Before printing your picture, select the "Settings" function from
  58.       the Print control box and set Density to 1.  If you select any
  59.       other density, including the default (density 3), IBM2HPJ will
  60.       not process the output.
  61.  
  62.   6.  Print the picture, then exit PC PAINT PLUS.
  63.  
  64.   7.  Close the LPTX output file via:
  65.  
  66.         LPTX -1 -C
  67.  
  68.   8.  You are now ready to run IBM2HPJ.  This program accepts the following
  69.       command line arguments:
  70.  
  71.         IBM2HPJ [-k1234c] filenam.ext
  72.  
  73.      where
  74.  
  75.         -k      means keep (do not delete) the graphics file
  76.                 when done.  The default is to delete the file.
  77.  
  78.         -1      selects Laserjet graphics density of 75 Dots per Inch.
  79.  
  80.         -2      selects Laserjet graphics density of 100 Dots per Inch.
  81.                 This is the default for IBM2HPJ.
  82.  
  83.         -3      selects Laserjet graphics density of 150 Dots per Inch.
  84.  
  85.         -4      selects Laserjet graphics density of 300 Dots per Inch.
  86.  
  87.         -c      Outputs to COM1 rather than PRN (PRN is the default)
  88.  
  89.         Filename.ext  -- full name of file written by LPTX.  Note that
  90.                          IBM2HPJ does NOT support path names.
  91.  
  92. Contents of PAINT.BAT:
  93. -------- -- ----------
  94.  
  95. PAINT.BAT allows you to run PC PAINT Plus with printer output spooled
  96. to the HP LaserJet.
  97.  
  98.  LPTX -1-O PAINT.LST  -- this loads LPTX and redirects LPT1: to file
  99.                          PAINT.LST
  100.  
  101.  PRTDRV               -- Loads the PC PAINT PLUS printer driver for
  102.                          the IBM Graphics Printer.
  103.  
  104.  PCPAINT /O           -- Executes PC PAINT PLUS.
  105.  
  106.  LPTX -1 -C           -- closes redirection of LPT1:
  107.  
  108.  IBM2HPJ PAINT.LST    -- prints PAINT.LST on Laserjet and deletes
  109.                          the file when done.
  110.  
  111.  
  112. Change history
  113. ------ -------
  114.  
  115.   1.01       Corrected line length error and added option
  116.              to output to COM1.
  117.  
  118.  
  119.